home *** CD-ROM | disk | FTP | other *** search
/ IBM OEM Software Product … CD For PC Manufacturers / IBM OEM Software - Product Sampler CD for PC Manufacturers.iso / InternetIntranets / Notes / LOTUS024.DSK / PRTFLO46.NTF (.txt) < prev    next >
Lotus Notes Database  |  1997-08-05  |  95KB  |  501 lines

  1. Portfolio (R4.6)
  2. #1StdR46Portfolio
  3. ed$UpdatedBy$ACLDigest$Signature$DesignVersion$Version$Formula$FormulaClass$Collation$TITLE$Flags$FlagsNoRefreshIconBitmap$Index$ViewFormat$Comment$ACTIONS$SCRIPTOBJ_7$SCRIPTOBJ_9$SCRIPTOBJ_10$ViewGlobalScript$ViewGlobalScript_O$ViewScript$ViewScript_ODBSEQUENCE$Info$$Script_O$$ScriptNameTitledbicon$Body$$XMB$$XMB_2$$XMB_3$Licensee$Fonts$AssistType$AssistLastRun$AssistDocCount$AssistFlags$AssistTrigger$AssistInfo$AssistQuery$AssistAction$AssistAction_Ex$AssistRunInfo$AssistVersion
  4. CN=Lotus Notes Template Development/O=Lotus Notes
  5. :/&*R+
  6. 8emJV
  7. CN=Ryan Jansen/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes
  8. P$,ny
  9. $Modified
  10.     1S2S3S
  11. $TITLE$FormPrivs$FormUsers$Body$Flags$Class$Modified$Comment$AssistTrigger$AssistType$AssistFlags$UpdatedBy$$FormScript_O
  12.     0SL1S3724
  13. $TITLE
  14. CN=Ryan Jansen/O=Iris
  15. ##########################################################
  16. :/&*R+
  17. Portfolio (R4.6)
  18. #1StdR46Portfoliou
  19. CN=Ryan Jansen/O=Iris
  20. ################
  21. ($DBLookup)|($DBLookup):
  22. DBSEQUENCETitle$Conflict$REF
  23. DBSEQUENCE
  24. DBSEQUENCETitle&
  25. CN=Ryan Jansen/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes#######################
  26. CN=Ryan Jansen/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes###################
  27. CN=Ryan Jansen/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes###################
  28. Databases|Order4
  29. DBSEQUENCETitle$Conflict
  30. DBSEQUENCE
  31. DBSEQUENCE$4
  32. ]@TitleTitle&
  33. CN=Ryan Jansen/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes###########################################
  34. (Database)DatabaseCF37C872865AE8906556CA4B47D9090F1
  35. CN=Ryan Jansen/O=IrisCN=Lotus Notes Template Development/O=Lotus NotesF37C872865AE8906556CA4B47D9090F167843E4301C6054E658E2C2D65E5AC9DCN=Lotus Notes Template Development/O=Lotus Notes########
  36. 8emJV
  37. CN=Ryan Jansen/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes###################
  38. CN=Ryan Jansen/O=Iris##############
  39. ##########################################################
  40. O=Lotus Notes
  41. O=Lotus Notes
  42. PURSAFO
  43. |.:#U
  44. O=Lotus Notes
  45. CN=Lotus Notes Template Development/O=Lotus Notes
  46. PURSAFO
  47. Fde!f^^
  48. $ACLDigest
  49. O=Lotus Notes
  50. O=Lotus Notes
  51. PURSAFO
  52. |.:#U
  53. O=Lotus Notes
  54. CN=Lotus Notes Template Development/O=Lotus Notes
  55. PURSAFO
  56. Fde!f^^
  57. cp6du
  58. $TITLE
  59. $Index
  60. $Formula
  61. $FormulaClass
  62. $ViewFormat
  63. $Comment
  64. O=Lotus Notes
  65. O=Lotus Notes
  66. PURSAFO
  67. |.:#U
  68. O=Lotus Notes
  69. CN=Lotus Notes Template Development/O=Lotus Notes
  70. PURSAFO
  71. Fde!f^^
  72. sZ%!ZM}
  73. F)Sj0%
  74. $Flags
  75. O=Lotus Notes
  76. O=Lotus Notes
  77. PURSAFO
  78. |.:#U
  79. O=Lotus Notes
  80. CN=Lotus Notes Template Development/O=Lotus Notes
  81. PURSAFO
  82. Fde!f^^
  83. sZ%!ZM}
  84. $Flags
  85. Categori_zeK
  86. _Edit Document
  87. Send Docu_ment
  88. _Forward
  89. _Move To Folder...
  90. _Remove From FolderK
  91. Done 
  92.     0S0E
  93. Add database...K'++LotusScript Development Environment:2:5:(Options):0:66
  94. '++LotusScript Development Environment:2:5:(Forward):0:1
  95. Declare Sub Click(Source As Button)
  96. '++LotusScript Development Environment:2:5:(Declarations):0:2
  97. '++LotusScript Development Environment:2:2:BindEvents:1:129
  98. Private Sub BindEvents(Byval Objectname_ As String)
  99.      Static Source As BUTTON
  100.      Set Source = Bind(Objectname_)
  101.      On Event Click From Source Call Click
  102. End Sub
  103. '++LotusScript Development Environment:2:2:Click:1:12
  104. Sub Click(Source As Button)
  105.      ws.AddDatabaseToPortfolio
  106.      ws.ViewRefresh
  107. End Sub
  108. Remove database...4
  109. RemoveDocuments
  110.     0S0E
  111. Move UpK'++LotusScript Development Environment:2:5:(Options):0:66
  112. '++LotusScript Development Environment:2:5:(Forward):0:1
  113. Declare Sub Click(Source As Button)
  114. '++LotusScript Development Environment:2:5:(Declarations):0:2
  115. '++LotusScript Development Environment:2:2:BindEvents:1:129
  116. Private Sub BindEvents(Byval Objectname_ As String)
  117.      Static Source As BUTTON
  118.      Set Source = Bind(Objectname_)
  119.      On Event Click From Source Call Click
  120. End Sub
  121. '++LotusScript Development Environment:2:2:Click:1:12
  122. Sub Click(Source As Button)
  123.      Dim note As NotesDocument
  124.      Dim othernote As NotesDocument
  125.      
  126.      Set docselected = db.UnprocessedDocuments
  127.      
  128.      On Error Resume Next     
  129.      If (docselected.Count <> 1) Then
  130.           Messagebox "You must select one document",16,"Error"
  131.           Exit Sub          
  132.      End If
  133.      
  134.      Set note = docselected.GetFirstDocument()
  135.      Set othernote = view.GetPrevDocument(note)
  136.      
  137.      If (othernote Is Nothing) Then
  138.           Messagebox "You cannot promote the top-level document.",32,"Error"
  139.           Exit Sub
  140.      End If
  141.      
  142.      Call SwapDocuments(othernote,note)
  143.      ws.ViewRefresh
  144.      uiview.SelectDocument(note)
  145. End Sub
  146. Move Down
  147. '++LotusScript Development Environment:2:5:(Options):0:66
  148. '++LotusScript Development Environment:2:5:(Forward):0:1
  149. Declare Sub Click(Source As Button)
  150. '++LotusScript Development Environment:2:5:(Declarations):0:2
  151. '++LotusScript Development Environment:2:2:BindEvents:1:129
  152. Private Sub BindEvents(Byval Objectname_ As String)
  153.      Static Source As BUTTON
  154.      Set Source = Bind(Objectname_)
  155.      On Event Click From Source Call Click
  156. End Sub
  157. '++LotusScript Development Environment:2:2:Click:1:12
  158. Sub Click(Source As Button)
  159.      Dim note As NotesDocument
  160.      Dim othernote As NotesDocument
  161.      
  162.      On Error Resume Next
  163.      
  164.      Set docselected = db.UnprocessedDocuments
  165.      If (docselected.Count <> 1) Then
  166.           Messagebox "You must select one document",16,"Error"
  167.           Exit Sub          
  168.      End If
  169.      
  170.      Set note = docselected.GetFirstDocument()
  171.      Set othernote = view.GetNextDocument(note)
  172.      
  173.      If (othernote Is Nothing) Then
  174.           Messagebox "You cannot demote the bottom-level document.",32,"Error"
  175.           Exit Sub
  176.      End If
  177.      
  178.      Call SwapDocuments(othernote,note)
  179.      ws.ViewRefresh
  180.      uiview.SelectDocument(note)
  181. End Sub
  182. '++LotusScript Development Environment:2:5:(Options):0:74
  183. Option Public
  184. '++LotusScript Development Environment:2:5:(Forward):0:1
  185. Declare Sub Initialize
  186. Declare Sub SwapDocuments(SourceDoc As NotesDocument,DestDoc As NotesDocument)
  187. '++LotusScript Development Environment:2:5:(Declarations):0:10
  188. Dim db As NotesDatabase
  189. Dim view As NotesView
  190. Dim docselected As NotesDocumentCollection
  191. Dim ws As NotesUIWorkspace
  192. Dim uiview As NotesUIView
  193. '++LotusScript Development Environment:2:2:Initialize:1:10
  194. Sub Initialize
  195.      
  196. End Sub
  197. '++LotusScript Development Environment:2:2:SwapDocuments:1:8
  198. Sub SwapDocuments(SourceDoc As NotesDocument,DestDoc As NotesDocument)
  199.      Dim ssort As Integer
  200.      Dim dsort As Integer
  201.      
  202.      ssort = sourcedoc.DbSequence(0)
  203.      dsort = destdoc.DbSequence(0)
  204.      
  205.      SourceDoc.DbSequence = dsort
  206.      DestDoc.DbSequence = ssort
  207.      
  208.      Call SourceDoc.Save(True,False)
  209.      Call DestDoc.Save(True,False)
  210. End Sub
  211. '++LotusScript Development Environment:2:5:(Options):0:66
  212. '++LotusScript Development Environment:2:5:(Forward):0:1
  213. Declare Sub Postopen(Source As Notesuiview)
  214. '++LotusScript Development Environment:2:5:(Declarations):0:2
  215. '++LotusScript Development Environment:2:2:BindEvents:1:129
  216. Private Sub BindEvents(Byval Objectname_ As String)
  217.      Static Source As NOTESUIVIEW
  218.      Set Source = Bind(Objectname_)
  219.      On Event Postopen From Source Call Postopen
  220. End Sub
  221. '++LotusScript Development Environment:2:2:Postopen:1:12
  222. Sub Postopen(Source As Notesuiview)
  223.      Set view = Source.View     
  224.      Set db = view.Parent
  225.      Set ws = New NotesUIWorkspace
  226.      Set uiview = source
  227. End Sub
  228. O=Lotus Notes
  229. O=Lotus Notes
  230. PURSAFO
  231. |.:#U
  232. O=Lotus Notes
  233. CN=Lotus Notes Template Development/O=Lotus Notes
  234. PURSAFO
  235. Fde!f^^
  236. Qti%]
  237. $TITLE
  238. $Index
  239. $Formula
  240. $FormulaClass
  241. $ViewFormat
  242. $Comment
  243. $ACTIONS
  244. $SCRIPTOBJ_7
  245. $SCRIPTOBJ_9
  246. $SCRIPTOBJ_10
  247. $ViewGlobalScript
  248. $ViewGlobalScript_O
  249. $ViewScript
  250. $ViewScript_O
  251.  Database
  252.     The above list contains all the databases in this portfolio.
  253.     Use the action buttons above the list to add additional databases, remove databases or reorder the databases in the portfolio.
  254.     Click Done to return to the portfolio once you've made all the changes you want.
  255.     Note:  In the Notes Workspace, you can add databases to the portfolio by dragging and dropping database icons onto the portfolio icon.
  256. Database Information
  257.     Title:     
  258. RealTitle
  259. tmpRealTitle
  260.     Display Title:     
  261. TitleEnter a title you want Notes to use when displaying this database in the portfolio.
  262.     Sequence:     
  263. DbSequence
  264. tmpDBSequence
  265.     Database Link:
  266. dbicon
  267. O=Lotus Notes
  268. O=Lotus Notes
  269. PURSAFO
  270. |.:#U
  271. O=Lotus Notes
  272. CN=Lotus Notes Template Development/O=Lotus Notes
  273. PURSAFO
  274. Fde!f^^
  275. DBSEQUENCE
  276. $TITLE
  277. $Info
  278. $$Script_O
  279. $$ScriptName
  280. $Body
  281. O=Lotus Notes
  282. O=Lotus Notes
  283. PURSAFO
  284. |.:#U
  285. O=Lotus Notes
  286. CN=Lotus Notes Template Development/O=Lotus Notes
  287. PURSAFO
  288. Fde!f^^
  289. sZ%!ZM}
  290. $Flags
  291. CN=Raj Patil/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes#####################
  292. CN=Ryan Jansen/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes###################
  293. ($ReplicaID)|($ReplicaID)2
  294. ReplicaID$Conflict$REF
  295. ReplicaID
  296. ReplicaIDReplicaID&
  297. CN=Ryan Jansen/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes#########################################
  298. CN=Ryan Jansen/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes
  299. ##########################################################
  300. CN=Ryan Jansen/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes
  301. ##########################################################
  302. (RemoveDocuments)|RemoveDocuments
  303. EH4fPL3
  304. CN=Ryan Jansen/O=IrisCN=Lotus Notes Template Development/O=Lotus Notes####################################
  305. ##########################################################
  306. ##########################################################
  307. ##########################################################
  308. ##########################################################
  309. ##########################################################
  310. ##########################################################
  311. ##########################################################
  312. ##########################################################
  313. ##########################################################
  314. ##########################################################
  315. ##########################################################
  316. ##########################################################
  317. ##########################################################
  318. ##########################################################
  319. ##########################################################
  320. ##########################################################
  321. ##########################################################
  322. ##########################################################
  323. ##########################################################
  324. ##########################################################
  325. ##########################################################
  326. ##########################################################
  327. ##########################################################
  328. ##########################################################
  329. ##########################################################
  330. ##########################################################
  331. ##########################################################
  332. ##########################################################
  333. ##########################################################
  334. ##########################################################
  335. ##########################################################
  336. ##########################################################
  337. ##########################################################
  338. ##########################################################
  339. ##########################################################
  340. O=Lotus Notes
  341. O=Lotus Notes
  342. PURSAFO
  343. |.:#U
  344. O=Lotus Notes
  345. CN=Lotus Notes Template Development/O=Lotus Notes
  346. PURSAFO
  347. Fde!f^^
  348. sZ%!ZM}
  349. $Flags
  350. O=Lotus Notes
  351. O=Lotus Notes
  352. PURSAFO
  353. |.:#U
  354. O=Lotus Notes
  355. CN=Lotus Notes Template Development/O=Lotus Notes
  356. PURSAFO
  357. Fde!f^^
  358. sZ%!ZM}
  359. $Flags
  360. O=Lotus Notes
  361. O=Lotus Notes
  362. PURSAFO
  363. |.:#U
  364. O=Lotus Notes
  365. CN=Lotus Notes Template Development/O=Lotus Notes
  366. PURSAFO
  367. Fde!f^^
  368. |%m]E
  369. $TITLE
  370. $Index
  371. $Formula
  372. $FormulaClass
  373. $ViewFormat
  374. $Comment
  375. Times New Roman
  376. About Portfolio
  377.   @  
  378.  @@ @
  379.  `@ `
  380. @ @@ 
  381. @@@@@
  382. @`@@`
  383. ` @` 
  384. `@@`@
  385. ``@``
  386. mmmmmmmm
  387.     A portfolio database is a collection of databases. You can use a portfolio to group databases you use frequently or that are related. For example, you could create a portfolio database for a current project and add all project databases to the portfolio, making it a reference tool. When you open a portfolio database, the left pane contains buttons corresponding to the databases collected in the portfolio. The portfolio automatically opens the first database in the list. 
  388.     Please consult Help/Help Topics for more information on how to use the features of the Portfolio template.
  389. O=Lotus Notes
  390. O=Lotus Notes
  391. PURSAFO
  392. |.:#U
  393. O=Lotus Notes
  394. CN=Lotus Notes Template Development/O=Lotus Notes
  395. PURSAFO
  396. Fde!f^^
  397. XjgWv
  398. $Info
  399. $Body
  400. Times New Roman
  401. Using Portfolio
  402.   @  
  403.  @@ @
  404.  `@ `
  405. @ @@ 
  406. @@@@@
  407. @`@@`
  408. ` @` 
  409. `@@`@
  410. ``@``
  411. mmmmmmmm
  412.     Adding databases to a portfolio database
  413.     There are two ways you can add a database to a portfolio database.
  414.         1. From the Notes Workspace, select the icon of the database(s) you want to add to a portfolio database and drag them onto the portfolio icon.
  415.         2. Open the portfolio database to the "Databases" view and click on the "Add database..." button. Select the database(s) you want to add from the list box and click on the "OK" button.
  416.     Removing databases from a portfolio database
  417.     Open the portfolio database to the "Databases" view. Select the database(s) you want to remove and click on the "Remove databases..." button. Select "Yes" when prompted.
  418.     Editing the databases in a portfolio
  419.     You can change how a database displays in a site by changing its title in the site and the order in which it is displayed
  420.     To change a database's display title, open the portfolio database to the "Databases" view, then open the database document for the database you want to modify. Place the document into edit mode and change the Display Title value to be the value you want. Save and close the document.
  421.     To change a database's order in the list, open the portfolio database to the "Databases" view, then select the database document for the database you want re-order. Click on the "Move Up" or "Move Down" to reposition the databases's order.
  422. O=Lotus Notes
  423. O=Lotus Notes
  424. PURSAFO
  425. |.:#U
  426. O=Lotus Notes
  427. CN=Lotus Notes Template Development/O=Lotus Notes
  428. PURSAFO
  429. Fde!f^^
  430. gwCoD
  431. $Info
  432. $Body
  433. '++LotusScript Development Environment:2:5:(Options):0:66
  434. Option Public
  435. '++LotusScript Development Environment:2:5:(Forward):0:1
  436. Declare Sub Initialize
  437. '++LotusScript Development Environment:2:5:(Declarations):0:10
  438. Dim session As NotesSession
  439. Dim db As NotesDatabase
  440. Dim ws As NotesUIWorkspace
  441. Dim docselected As NotesDocumentCollection
  442. '++LotusScript Development Environment:2:2:Initialize:1:10
  443. Sub Initialize
  444.      Set session = New NotesSession
  445.      Set db = session.CurrentDatabase   
  446.      Set ws = New notesuiworkspace
  447.      
  448.      Set docselected = db.unprocesseddocuments
  449.      
  450.      If (Messagebox("Are you sure you want to delete the selected document(s) from database " & db.Title & "?",36,"Remove database") = 6) Then
  451.           docselected.RemoveAll(True)
  452.           ws.ViewRefresh
  453.      End If
  454.      
  455. End Sub
  456. O=Lotus Notes
  457. O=Lotus Notes
  458. PURSAFO
  459. |.:#U
  460. O=Lotus Notes
  461. CN=Lotus Notes Template Development/O=Lotus Notes
  462. PURSAFO
  463. Fde!f^^
  464. \!j_d'W4
  465. $TITLE
  466. $AssistType
  467. $AssistLastRun
  468. $AssistDocCount
  469. $AssistFlags
  470. $AssistTrigger
  471. $AssistInfo
  472. $AssistQuery
  473. $AssistAction
  474. $AssistAction_Ex
  475. 03/28/97 09:53:45 AM Ryan Jansen/Iris updated [-Default-]
  476. 03/12/97 09:18:34 AM Ryan Jansen/Iris updated [OtherDomainServers]
  477. 03/12/97 09:18:26 AM Ryan Jansen/Iris added [OtherDomainServers]
  478. 03/12/97 09:18:20 AM Ryan Jansen/Iris updated [LocalDomainServers]
  479. 03/12/97 09:18:16 AM Ryan Jansen/Iris updated [-Default-]
  480. 03/12/97 09:18:07 AM Ryan Jansen/Iris updated -Default-
  481. 03/12/97 09:17:13 AM Ryan Jansen/Iris added [LocalDomainServers]
  482. 03/12/97 09:17:06 AM Ryan Jansen/Iris updated [-Default-]
  483. 03/12/97 09:16:56 AM Ryan Jansen/Iris added [-Default-]
  484. 03/12/97 09:16:52 AM Ryan Jansen/Iris updated OtherDomainServers
  485. 03/12/97 09:16:47 AM Ryan Jansen/Iris added OtherDomainServers
  486. 03/12/97 09:16:43 AM Ryan Jansen/Iris updated LocalDomainServers
  487. 03/12/97 09:16:37 AM Ryan Jansen/Iris added LocalDomainServers
  488. 03/12/97 09:16:34 AM Ryan Jansen/Iris updated -Default-
  489. 03/12/97 09:16:24 AM Ryan Jansen/Iris deleted LocalDomainServers
  490. 03/12/97 09:16:24 AM Ryan Jansen/Iris deleted OtherDomainServers
  491. 03/12/97 09:16:22 AM Ryan Jansen/Iris deleted Ryan Jansen/Iris
  492. 01/09/97 02:56:18 PM Ryan Jansen/Iris added OtherDomainServers
  493. 01/09/97 02:56:18 PM Ryan Jansen/Iris added LocalDomainServers
  494. 01/09/97 02:56:18 PM Ryan Jansen/Iris updated Ryan Jansen/Iris
  495. -Default-
  496. LocalDomainServers
  497. OtherDomainServers
  498. [-Default-]
  499. [LocalDomainServers]
  500. [OtherDomainServers]
  501.